home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / All_In_One2073016282007.psc / All In One Math / frmcalc.frm < prev    next >
Text File  |  2007-06-27  |  23KB  |  796 lines

  1. VERSION 5.00
  2. Begin VB.Form frmcalc 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Simple Calculator"
  5.    ClientHeight    =   5265
  6.    ClientLeft      =   150
  7.    ClientTop       =   720
  8.    ClientWidth     =   5520
  9.    Icon            =   "frmcalc.frx":0000
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    Picture         =   "frmcalc.frx":0BC2
  14.    ScaleHeight     =   5265
  15.    ScaleWidth      =   5520
  16.    StartUpPosition =   3  'Windows Default
  17.    Begin VB.CommandButton Command4 
  18.       Caption         =   "/"
  19.       BeginProperty Font 
  20.          Name            =   "Tahoma"
  21.          Size            =   9.75
  22.          Charset         =   0
  23.          Weight          =   400
  24.          Underline       =   0   'False
  25.          Italic          =   0   'False
  26.          Strikethrough   =   0   'False
  27.       EndProperty
  28.       Height          =   435
  29.       Left            =   3720
  30.       TabIndex        =   7
  31.       ToolTipText     =   "Divide the Top Number by the Bottom Number"
  32.       Top             =   840
  33.       Width           =   375
  34.    End
  35.    Begin VB.CommandButton Command2 
  36.       Caption         =   "-"
  37.       BeginProperty Font 
  38.          Name            =   "Tahoma"
  39.          Size            =   9.75
  40.          Charset         =   0
  41.          Weight          =   400
  42.          Underline       =   0   'False
  43.          Italic          =   0   'False
  44.          Strikethrough   =   0   'False
  45.       EndProperty
  46.       Height          =   435
  47.       Left            =   3720
  48.       TabIndex        =   5
  49.       ToolTipText     =   "Subtract the Bottom Number fromt the Top Number"
  50.       Top             =   240
  51.       Width           =   375
  52.    End
  53.    Begin VB.CommandButton Command22 
  54.       BackColor       =   &H8000000E&
  55.       Caption         =   "Tan"
  56.       BeginProperty Font 
  57.          Name            =   "Tahoma"
  58.          Size            =   9.75
  59.          Charset         =   0
  60.          Weight          =   400
  61.          Underline       =   0   'False
  62.          Italic          =   0   'False
  63.          Strikethrough   =   0   'False
  64.       EndProperty
  65.       Height          =   495
  66.       Left            =   2880
  67.       TabIndex        =   27
  68.       ToolTipText     =   "Calculates the "
  69.       Top             =   2760
  70.       Width           =   615
  71.    End
  72.    Begin VB.CommandButton Command21 
  73.       Caption         =   "x^y"
  74.       BeginProperty Font 
  75.          Name            =   "Tahoma"
  76.          Size            =   9.75
  77.          Charset         =   0
  78.          Weight          =   400
  79.          Underline       =   0   'False
  80.          Italic          =   0   'False
  81.          Strikethrough   =   0   'False
  82.       EndProperty
  83.       Height          =   495
  84.       Left            =   3360
  85.       TabIndex        =   26
  86.       Top             =   2280
  87.       Width           =   615
  88.    End
  89.    Begin VB.CommandButton Command18 
  90.       Caption         =   "Sin"
  91.       BeginProperty Font 
  92.          Name            =   "Tahoma"
  93.          Size            =   9.75
  94.          Charset         =   0
  95.          Weight          =   400
  96.          Underline       =   0   'False
  97.          Italic          =   0   'False
  98.          Strikethrough   =   0   'False
  99.       EndProperty
  100.       Height          =   495
  101.       Left            =   2400
  102.       TabIndex        =   21
  103.       ToolTipText     =   "Calculates the Sine of the top number"
  104.       Top             =   2760
  105.       Width           =   495
  106.    End
  107.    Begin VB.CommandButton Command17 
  108.       Caption         =   "Log"
  109.       BeginProperty Font 
  110.          Name            =   "Tahoma"
  111.          Size            =   9.75
  112.          Charset         =   0
  113.          Weight          =   400
  114.          Underline       =   0   'False
  115.          Italic          =   0   'False
  116.          Strikethrough   =   0   'False
  117.       EndProperty
  118.       Height          =   495
  119.       Left            =   1920
  120.       TabIndex        =   20
  121.       ToolTipText     =   "Calculates the logarithms of the top number"
  122.       Top             =   2760
  123.       Width           =   495
  124.    End
  125.    Begin VB.CommandButton Command15 
  126.       Caption         =   "Cos"
  127.       BeginProperty Font 
  128.          Name            =   "Tahoma"
  129.          Size            =   9.75
  130.          Charset         =   0
  131.          Weight          =   400
  132.          Underline       =   0   'False
  133.          Italic          =   0   'False
  134.          Strikethrough   =   0   'False
  135.       EndProperty
  136.       Height          =   495
  137.       Left            =   1440
  138.       TabIndex        =   19
  139.       ToolTipText     =   "Calculates the cosine of the top number"
  140.       Top             =   2760
  141.       Width           =   495
  142.    End
  143.    Begin VB.CommandButton Command13 
  144.       Caption         =   "Bottom +/-"
  145.       BeginProperty Font 
  146.          Name            =   "Tahoma"
  147.          Size            =   9.75
  148.          Charset         =   0
  149.          Weight          =   400
  150.          Underline       =   0   'False
  151.          Italic          =   0   'False
  152.          Strikethrough   =   0   'False
  153.       EndProperty
  154.       Height          =   495
  155.       Left            =   2400
  156.       TabIndex        =   16
  157.       ToolTipText     =   "Turns the bottom number into either a negative or positive number"
  158.       Top             =   4080
  159.       Width           =   735
  160.    End
  161.    Begin VB.CommandButton Command12 
  162.       Caption         =   "Top +/-"
  163.       BeginProperty Font 
  164.          Name            =   "Tahoma"
  165.          Size            =   9.75
  166.          Charset         =   0
  167.          Weight          =   400
  168.          Underline       =   0   'False
  169.          Italic          =   0   'False
  170.          Strikethrough   =   0   'False
  171.       EndProperty
  172.       Height          =   495
  173.       Left            =   1800
  174.       TabIndex        =   15
  175.       ToolTipText     =   "Turns the top number into either a negative or positive number"
  176.       Top             =   4080
  177.       Width           =   615
  178.    End
  179.    Begin VB.CommandButton Command9 
  180.       Caption         =   "Insert Pi"
  181.       BeginProperty Font 
  182.          Name            =   "Tahoma"
  183.          Size            =   9.75
  184.          Charset         =   0
  185.          Weight          =   400
  186.          Underline       =   0   'False
  187.          Italic          =   0   'False
  188.          Strikethrough   =   0   'False
  189.       EndProperty
  190.       Height          =   495
  191.       Left            =   3960
  192.       TabIndex        =   12
  193.       ToolTipText     =   "Inserts pi (3.14) into the top number"
  194.       Top             =   3600
  195.       Width           =   615
  196.    End
  197.    Begin VB.CommandButton Command5 
  198.       Caption         =   "Clear Answer"
  199.       BeginProperty Font 
  200.          Name            =   "Tahoma"
  201.          Size            =   8.25
  202.          Charset         =   0
  203.          Weight          =   400
  204.          Underline       =   0   'False
  205.          Italic          =   0   'False
  206.          Strikethrough   =   0   'False
  207.       EndProperty
  208.       Height          =   495
  209.       Left            =   3240
  210.       TabIndex        =   8
  211.       ToolTipText     =   "Clears the answer"
  212.       Top             =   3600
  213.       Width           =   735
  214.    End
  215.    Begin VB.CommandButton Command10 
  216.       Caption         =   "<>?"
  217.       BeginProperty Font 
  218.          Name            =   "Tahoma"
  219.          Size            =   9.75
  220.          Charset         =   0
  221.          Weight          =   400
  222.          Underline       =   0   'False
  223.          Italic          =   0   'False
  224.          Strikethrough   =   0   'False
  225.       EndProperty
  226.       Height          =   495
  227.       Left            =   4320
  228.       TabIndex        =   13
  229.       ToolTipText     =   "Find out if the top number is greater than or less than the bottom number"
  230.       Top             =   240
  231.       Width           =   615
  232.    End
  233.    Begin VB.CommandButton Command8 
  234.       Caption         =   "Clear All"
  235.       BeginProperty Font 
  236.          Name            =   "Tahoma"
  237.          Size            =   9.75
  238.          Charset         =   0
  239.          Weight          =   400
  240.          Underline       =   0   'False
  241.          Italic          =   0   'False
  242.          Strikethrough   =   0   'False
  243.       EndProperty
  244.       Height          =   495
  245.       Left            =   2640
  246.       TabIndex        =   11
  247.       ToolTipText     =   "Clears both the top and the bottom numbers"
  248.       Top             =   3600
  249.       Width           =   615
  250.    End
  251.    Begin VB.CommandButton Command7 
  252.       Caption         =   "Clear Bottom Textbox"
  253.       BeginProperty Font 
  254.          Name            =   "Tahoma"
  255.          Size            =   8.25
  256.          Charset         =   0
  257.          Weight          =   400
  258.          Underline       =   0   'False
  259.          Italic          =   0   'False
  260.          Strikethrough   =   0   'False
  261.       EndProperty
  262.       Height          =   495
  263.       Left            =   1560
  264.       TabIndex        =   10
  265.       ToolTipText     =   "clears the bottom number"
  266.       Top             =   3600
  267.       Width           =   1095
  268.    End
  269.    Begin VB.CommandButton Command6 
  270.       Caption         =   "Clear Top Textbox"
  271.       BeginProperty Font 
  272.          Name            =   "Tahoma"
  273.          Size            =   8.25
  274.          Charset         =   0
  275.          Weight          =   400
  276.          Underline       =   0   'False
  277.          Italic          =   0   'False
  278.          Strikethrough   =   0   'False
  279.       EndProperty
  280.       Height          =   495
  281.       Left            =   720
  282.       TabIndex        =   9
  283.       ToolTipText     =   "Clears the top number"
  284.       Top             =   3600
  285.       Width           =   855
  286.    End
  287.    Begin VB.CommandButton Command11 
  288.       Caption         =   "/ with R"
  289.       BeginProperty Font 
  290.          Name            =   "Tahoma"
  291.          Size            =   9.75
  292.          Charset         =   0
  293.          Weight          =   400
  294.          Underline       =   0   'False
  295.          Italic          =   0   'False
  296.          Strikethrough   =   0   'False
  297.       EndProperty
  298.       Height          =   435
  299.       Left            =   4320
  300.       TabIndex        =   14
  301.       ToolTipText     =   "Divide the Top Number by the Bottom Number with remainders"
  302.       Top             =   840
  303.       Width           =   975
  304.    End
  305.    Begin VB.CommandButton Command3 
  306.       Caption         =   "*"
  307.       BeginProperty Font 
  308.          Name            =   "Tahoma"
  309.          Size            =   9.75
  310.          Charset         =   0
  311.          Weight          =   400
  312.          Underline       =   0   'False
  313.          Italic          =   0   'False
  314.          Strikethrough   =   0   'False
  315.       EndProperty
  316.       Height          =   435
  317.       Left            =   3120
  318.       TabIndex        =   6
  319.       ToolTipText     =   "The Top Number Multiplied by the Bottom Number"
  320.       Top             =   840
  321.       Width           =   375
  322.    End
  323.    Begin VB.TextBox Text2 
  324.       Height          =   285
  325.       Left            =   0
  326.       TabIndex        =   2
  327.       ToolTipText     =   "This is the bottom number"
  328.       Top             =   720
  329.       Width           =   2535
  330.    End
  331.    Begin VB.CommandButton Command1 
  332.       Caption         =   "+"
  333.       BeginProperty Font 
  334.          Name            =   "Tahoma"
  335.          Size            =   9.75
  336.          Charset         =   0
  337.          Weight          =   400
  338.          Underline       =   0   'False
  339.          Italic          =   0   'False
  340.          Strikethrough   =   0   'False
  341.       EndProperty
  342.       Height          =   435
  343.       Left            =   3120
  344.       TabIndex        =   1
  345.       ToolTipText     =   "Add the Top Number and the Bottom Number Together"
  346.       Top             =   240
  347.       Width           =   375
  348.    End
  349.    Begin VB.TextBox Text1 
  350.       Height          =   285
  351.       Left            =   0
  352.       TabIndex        =   0
  353.       ToolTipText     =   "This is the top number"
  354.       Top             =   0
  355.       Width           =   2535
  356.    End
  357.    Begin VB.CommandButton Command20 
  358.       Caption         =   "x^3"
  359.       BeginProperty Font 
  360.          Name            =   "Tahoma"
  361.          Size            =   9.75
  362.          Charset         =   0
  363.          Weight          =   400
  364.          Underline       =   0   'False
  365.          Italic          =   0   'False
  366.          Strikethrough   =   0   'False
  367.       EndProperty
  368.       Height          =   495
  369.       Left            =   2760
  370.       TabIndex        =   25
  371.       Top             =   2280
  372.       Width           =   615
  373.    End
  374.    Begin VB.CommandButton Command19 
  375.       Caption         =   "x^2"
  376.       BeginProperty Font 
  377.          Name            =   "Tahoma"
  378.          Size            =   9.75
  379.          Charset         =   0
  380.          Weight          =   400
  381.          Underline       =   0   'False
  382.          Italic          =   0   'False
  383.          Strikethrough   =   0   'False
  384.       EndProperty
  385.       Height          =   495
  386.       Left            =   2160
  387.       TabIndex        =   24
  388.       Top             =   2280
  389.       Width           =   615
  390.    End
  391.    Begin VB.CommandButton Command14 
  392.       Caption         =   "1/x"
  393.       BeginProperty Font 
  394.          Name            =   "Tahoma"
  395.          Size            =   9.75
  396.          Charset         =   0
  397.          Weight          =   400
  398.          Underline       =   0   'False
  399.          Italic          =   0   'False
  400.          Strikethrough   =   0   'False
  401.       EndProperty
  402.       Height          =   495
  403.       Left            =   1680
  404.       TabIndex        =   18
  405.       ToolTipText     =   "Find the 1 over X of the Top Textbox"
  406.       Top             =   2280
  407.       Width           =   495
  408.    End
  409.    Begin VB.CommandButton Command16 
  410.       Caption         =   "Find Square Root"
  411.       BeginProperty Font 
  412.          Name            =   "Tahoma"
  413.          Size            =   8.25
  414.          Charset         =   0
  415.          Weight          =   400
  416.          Underline       =   0   'False
  417.          Italic          =   0   'False
  418.          Strikethrough   =   0   'False
  419.       EndProperty
  420.       Height          =   495
  421.       Left            =   600
  422.       TabIndex        =   17
  423.       ToolTipText     =   "Finds the Square Root of the Top Textbox"
  424.       Top             =   2280
  425.       Width           =   1095
  426.    End
  427.    Begin VB.Label Label5 
  428.       BackStyle       =   0  'Transparent
  429.       Caption         =   "Answer"
  430.       Height          =   255
  431.       Left            =   2040
  432.       TabIndex        =   28
  433.       Top             =   1200
  434.       Width           =   735
  435.    End
  436.    Begin VB.Line Line2 
  437.       BorderWidth     =   2
  438.       X1              =   0
  439.       X2              =   5520
  440.       Y1              =   3360
  441.       Y2              =   3360
  442.    End
  443.    Begin VB.Line Line1 
  444.       BorderWidth     =   2
  445.       X1              =   0
  446.       X2              =   5520
  447.       Y1              =   2040
  448.       Y2              =   2040
  449.    End
  450.    Begin VB.Label Label4 
  451.       BackStyle       =   0  'Transparent
  452.       Caption         =   "Simple Functions"
  453.       Height          =   255
  454.       Left            =   3360
  455.       TabIndex        =   23
  456.       Top             =   0
  457.       Width           =   1215
  458.    End
  459.    Begin VB.Label Label3 
  460.       BackStyle       =   0  'Transparent
  461.       Caption         =   "Advanced Functions"
  462.       Height          =   255
  463.       Left            =   1560
  464.       TabIndex        =   22
  465.       Top             =   2040
  466.       Width           =   1695
  467.    End
  468.    Begin VB.Label Label2 
  469.       BorderStyle     =   1  'Fixed Single
  470.       Caption         =   "Answer"
  471.       BeginProperty Font 
  472.          Name            =   "MS Sans Serif"
  473.          Size            =   12
  474.          Charset         =   0
  475.          Weight          =   700
  476.          Underline       =   0   'False
  477.          Italic          =   0   'False
  478.          Strikethrough   =   0   'False
  479.       EndProperty
  480.       Height          =   615
  481.       Left            =   240
  482.       TabIndex        =   4
  483.       Top             =   1440
  484.       Width           =   4935
  485.    End
  486.    Begin VB.Label Label1 
  487.       BackStyle       =   0  'Transparent
  488.       Caption         =   "+ - / * + - * / + - * / + - * / + - *"
  489.       Height          =   255
  490.       Left            =   120
  491.       TabIndex        =   3
  492.       Top             =   360
  493.       Width           =   2175
  494.    End
  495.    Begin VB.Menu Funt 
  496.       Caption         =   "Functions"
  497.       Begin VB.Menu SimpFunct 
  498.          Caption         =   "Simple Functions"
  499.          Begin VB.Menu Add 
  500.             Caption         =   "Addition"
  501.          End
  502.          Begin VB.Menu Sub 
  503.             Caption         =   "Subtraction"
  504.          End
  505.          Begin VB.Menu Div 
  506.             Caption         =   "Division"
  507.          End
  508.          Begin VB.Menu Mulitiply 
  509.             Caption         =   "Multiplication"
  510.          End
  511.          Begin VB.Menu Divwithr 
  512.             Caption         =   "Division with Remainders"
  513.          End
  514.          Begin VB.Menu Lessormore 
  515.             Caption         =   "<>?"
  516.          End
  517.       End
  518.       Begin VB.Menu AdvFunct 
  519.          Caption         =   "Advance Functions"
  520.          Begin VB.Menu SquareRoot 
  521.             Caption         =   "Square Root"
  522.          End
  523.          Begin VB.Menu oneoverx 
  524.             Caption         =   "1/x"
  525.          End
  526.          Begin VB.Menu xsquared 
  527.             Caption         =   "x^2"
  528.          End
  529.          Begin VB.Menu xcubed 
  530.             Caption         =   "x^3 "
  531.          End
  532.          Begin VB.Menu xtoy 
  533.             Caption         =   "x^y"
  534.          End
  535.          Begin VB.Menu Coss 
  536.             Caption         =   "Cos"
  537.          End
  538.          Begin VB.Menu Logg 
  539.             Caption         =   "Log"
  540.          End
  541.          Begin VB.Menu Sinn 
  542.             Caption         =   "Sin"
  543.          End
  544.          Begin VB.Menu Tann 
  545.             Caption         =   "Tan"
  546.          End
  547.       End
  548.       Begin VB.Menu otherfunct 
  549.          Caption         =   "Other Functions"
  550.          Begin VB.Menu Clear 
  551.             Caption         =   "Clear"
  552.             Begin VB.Menu ClearTop 
  553.                Caption         =   "Clear Top Textbox"
  554.             End
  555.             Begin VB.Menu ClearBottom 
  556.                Caption         =   "Clear Bottom Textbox"
  557.             End
  558.             Begin VB.Menu ClearAnsw 
  559.                Caption         =   "Clear Answer"
  560.             End
  561.             Begin VB.Menu ClearAll 
  562.                Caption         =   "Clear All"
  563.             End
  564.          End
  565.          Begin VB.Menu negorpos 
  566.             Caption         =   "+/-"
  567.             Begin VB.Menu Topnegorpos 
  568.                Caption         =   "Top +/-"
  569.             End
  570.             Begin VB.Menu Bottomnegorpos 
  571.                Caption         =   "Bottom +/-"
  572.             End
  573.          End
  574.          Begin VB.Menu insertpi 
  575.             Caption         =   "Inser Pi"
  576.          End
  577.       End
  578.    End
  579. End
  580. Attribute VB_Name = "frmcalc"
  581. Attribute VB_GlobalNameSpace = False
  582. Attribute VB_Creatable = False
  583. Attribute VB_PredeclaredId = True
  584. Attribute VB_Exposed = False
  585.  
  586.  
  587. Private Sub Add_Click()
  588. Command1_Click
  589. End Sub
  590.  
  591. Private Sub Command1_Click()
  592.  
  593. y = Val(Text1.Text)
  594. x = Val(Text2.Text)
  595. Label2.Caption = y + x
  596. End Sub
  597.  
  598.  
  599. Private Sub Command10_Click()
  600. y = Val(Text1.Text)
  601. x = Val(Text2.Text)
  602. If y > x Then
  603. Label2.Caption = frmcalc.Text1.Text + " > " + frmcalc.Text2.Text
  604. End If
  605. If y < x Then
  606. Label2.Caption = frmcalc.Text1.Text + " < " + frmcalc.Text2.Text
  607. End If
  608. If y = x Then
  609. Label2.Caption = frmcalc.Text1.Text + " = " + frmcalc.Text2.Text
  610. End If
  611. End Sub
  612.  
  613. Private Sub Command11_Click()
  614. On Error Resume Next
  615. Dim divisor As Single, dividend As Single
  616. Dim quotient As Single, remainder As Single
  617. divisor = Val(Text1.Text)
  618. dividend = Val(Text2.Text)
  619. If dividend = 0 Then
  620. MsgBox "You can't divide by zero!"
  621. Label2.Caption = "You can't divide by zero!"
  622. Else
  623. quotient = Int(dividend / divisor)
  624. remainder = dividend - quotient * divisor
  625. Label2.Caption = quotient & " R " & remainder
  626. End If
  627. End Sub
  628.  
  629. Private Sub Command12_Click()
  630.     Text1.Text = -Val(Text1.Text)
  631. End Sub
  632.  
  633. Private Sub Command13_Click()
  634.    Text2.Text = -Val(Text2.Text)
  635. End Sub
  636.  
  637.  
  638.  
  639.  
  640.  
  641. Private Sub Command14_Click()
  642.    If Val(Text1.Text) <> 0 Then Label2.Caption = 1 / Val(Text1.Text)
  643.     End Sub
  644.  
  645. Private Sub Command15_Click()
  646. On Error Resume Next
  647. Label2.Caption = Cos(Val(Text1.Text))
  648. End Sub
  649.  
  650. Private Sub Command16_Click()
  651. On Error Resume Next
  652. If Text1.Text < 0 Then
  653. Label2.Caption = "You can't find the square root of a negative number"
  654. Else
  655. Label2.Caption = Sqr(Val(Text1.Text))
  656. End If
  657. End Sub
  658.  
  659. Private Sub Command17_Click()
  660. On Error Resume Next
  661. Label2.Caption = Log(Val(Text1.Text))
  662. End Sub
  663.  
  664. Private Sub Command18_Click()
  665. On Error Resume Next
  666. Label2.Caption = Sin(Val(Text1.Text))
  667. End Sub
  668.  
  669. Private Sub Command19_Click()
  670. y = Val(Text1.Text)
  671. Label2.Caption = y ^ 2
  672. End Sub
  673.  
  674. Private Sub Command2_Click()
  675. y = Val(Text1.Text)
  676. x = Val(Text2.Text)
  677. Label2.Caption = y - x
  678. End Sub
  679.  
  680. Private Sub Command20_Click()
  681. y = Val(Text1.Text)
  682. Label2.Caption = y ^ 3
  683. End Sub
  684.  
  685. Private Sub Command21_Click()
  686. y = Val(Text1.Text)
  687. x = Val(Text2.Text)
  688. Label2.Caption = y ^ x
  689. End Sub
  690.  
  691. Private Sub Command22_Click()
  692. On Error Resume Next
  693. Label2.Caption = Tan(Val(Text1.Text))
  694. End Sub
  695.  
  696. Private Sub Command3_Click()
  697. y = Val(Text1.Text)
  698. x = Val(Text2.Text)
  699. Label2.Caption = y * x
  700. End Sub
  701.  
  702. Private Sub Command4_Click()
  703. On Error Resume Next
  704. y = Val(Text1.Text)
  705. x = Val(Text2.Text)
  706. If x = 0 Then
  707. MsgBox "You can't divide by zero"
  708. Label2.Caption = "You can't divide by zero!"
  709. End If
  710. Label2.Caption = y / x
  711. End Sub
  712.  
  713. Private Sub Command5_Click()
  714. Label2.Caption = ""
  715. End Sub
  716.  
  717. Private Sub Command6_Click()
  718. Text1.Text = ""
  719. End Sub
  720.  
  721. Private Sub Command7_Click()
  722. Text2.Text = ""
  723. End Sub
  724.  
  725. Private Sub Command8_Click()
  726. Text1.Text = ""
  727. Label2.Caption = ""
  728. Text2.Text = ""
  729. End Sub
  730.  
  731. Private Sub Command9_Click()
  732. Text1.Text = "3.1415927"
  733. End Sub
  734.  
  735.  
  736. Private Sub Coss_Click()
  737. Command15_Click
  738. End Sub
  739.  
  740. Private Sub Div_Click()
  741. Command4_Click
  742. End Sub
  743.  
  744. Private Sub Divwithr_Click()
  745. Command11_Click
  746. End Sub
  747.  
  748. Private Sub Form_Load()
  749. Command19.Caption = "x" + Chr(178)
  750. Command20.Caption = "x" + Chr(179)
  751. End Sub
  752.  
  753. Private Sub Lessormore_Click()
  754. Command10_Click
  755. End Sub
  756.  
  757. Private Sub Logg_Click()
  758. Command17_Click
  759. End Sub
  760.  
  761. Private Sub Mulitiply_Click()
  762. Command3_Click
  763. End Sub
  764.  
  765. Private Sub oneoverx_Click()
  766. Command14_Click
  767. End Sub
  768.  
  769. Private Sub Sinn_Click()
  770. Command18_Click
  771. End Sub
  772.  
  773. Private Sub SquareRoot_Click()
  774. Command16_Click
  775. End Sub
  776.  
  777. Private Sub Sub_Click()
  778. Command2_Click
  779. End Sub
  780.  
  781. Private Sub Tann_Click()
  782. Command22_Click
  783. End Sub
  784.  
  785. Private Sub xcubed_Click()
  786. Command20_Click
  787. End Sub
  788.  
  789. Private Sub xsquared_Click()
  790. Command19_Click
  791. End Sub
  792.  
  793. Private Sub xtoy_Click()
  794. Command21_Click
  795. End Sub
  796.